home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / plum2_00.zip / PLUMBER.BAT < prev    next >
DOS Batch File  |  1992-09-08  |  459b  |  14 lines

  1. echo off
  2. C:                      <- WHEREVER YOU RUN FROM
  3. cd\gap                  <- INTO GAP DIRECTORY
  4. DM /F=GAP /T=PCB14      <- CONVERT TO PCB14 if needed (whatever you run)
  5. cd \doors\plumber
  6. plum plum.cfg
  7. cd\gap                  <- RETURN TO BOARD
  8.  
  9.  
  10. rem   Delete the <- statements and every thing after line 8
  11. rem   and this can be your batch file!
  12. rem   Line four is an example if a conversion program is needed,
  13. rem   delete if not needed.
  14.